include $(ROOTDIR)/.config

subdir-y 					   +=product
subdir-${CONFIG_TBSMOD_DUMMYPORT} += dummyport
subdir-${CONFIG_TBSMOD_DUMMY} += dummy
subdir-${CONFIG_TBSMOD_BRIDGE} +=bridge
subdir-${CONFIG_TBSMOD_CORE} +=core
subdir-${CONFIG_TBSMOD_IPT} +=ipt
subdir-$(CONFIG_TBSMOD_BUTTON) +=button
subdir-$(CONFIG_TBSMOD_LED) +=led


include $(ROOTDIR)/Rules.make
